home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
util
/
moni
/
Scout-src.lha
/
netinclude
/
proto
/
serscript.h
< prev
next >
Wrap
C/C++ Source or Header
|
2002-09-16
|
657b
|
29 lines
#ifndef PROTO_SERSCRIPT_H
#define PROTO_SERSCRIPT_H \
"$Id: serscript.h,v 1.1.1.1 2001/11/26 22:21:18 tboeckel Exp $"
/*
* SAS C prototypes for serscript.library
*
* Copyright © 1995 AmiTCP/IP Group,
* Network Solutions Development, Inc.
* All rights reserved.
*/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library *SerScriptBase;
#endif
#include <libraries/serscript.h>
#include <clib/serscript_protos.h>
#if __SASC
#include <pragmas/serscript_pragmas.h>
#elif __GNUC__
#include <inline/serscript.h>
#endif
#endif /* PROTO_SERSCRIPT_H */